home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 3 / ct-rom iiib.zip / ct-rom iiib / WINDOWS / DIVERSEN / WINEB_26 / EXPAND1.BAT < prev    next >
DOS Batch File  |  1994-05-16  |  670b  |  30 lines

  1. @Echo OFF
  2. echo                WineBase for Windows File Installation v2.6
  3. echo .
  4. echo                            Don't Panic !!!
  5. echo .
  6. echo     I've just dropped back to DOS for a while to expand some files
  7. echo .
  8. echo                           Expand Help File
  9. echo .
  10. wbhelp.exe
  11. echo .
  12. echo                   Expand the Map and Reference files
  13. echo .
  14. map&file.exe
  15. echo .
  16. echo                           Expand the DLL's
  17. echo .
  18. dll.exe
  19. echo .
  20. echo                 Expand the Manual into three Documents
  21. echo .
  22. wbmanual.exe
  23. echo .
  24. echo                         Delete the Archives
  25. del map&file.exe
  26. del wbmanual.exe
  27. del DLL.exe
  28. del wbhelp.exe
  29.  
  30.